Name | Description | |
---|---|---|
OwnedSortedDictionary<TKey,TValue> Constructor |
The following tables list the members exposed by OwnedSortedDictionary<TKey,TValue>.
Name | Description | |
---|---|---|
OwnedSortedDictionary<TKey,TValue> Constructor |
Name | Description | |
---|---|---|
Changed | Gets a value indicating whether list was changed. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>) | |
Count | Gets the number of key/value pairs contained in the System.Collections.Generic.SortedDictionary`2. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>) | |
Item | Gets or sets the value associated with the specified key. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>) | |
Keys | Gets a collection containing the keys in the ObservableSortedDictionary<TKey,TValue>. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>) | |
Owner | Gets a collection owner. | |
Values | Gets a collection containing the values in the System.Collections.Generic.SortedDictionary`2. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>) |
Name | Description | |
---|---|---|
Add | Adds an element with the specified key and value into the ObservableSortedDictionary<TKey,TValue>. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>) | |
Clear | Removes all elements from the ObservableSortedDictionary<TKey,TValue>. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>) | |
ContainsKey | Determines whether the ObservableSortedDictionary<TKey,TValue> contains an element with the specified key. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>) | |
Remove | Removes the element with the specified key from the ObservableSortedDictionary<TKey,TValue>. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>) | |
TryGetValue | Gets the value associated with the specified key. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>) |